home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / ear / amtcpd40.lha / AmiTCP-4.0 / export / GNUEmacs / add_to_.emacs
Lisp/Scheme  |  1994-10-05  |  572b  |  14 lines

  1. AmiTCP/IP GNUEmacs support files has been installed into your system. In
  2. order to use TCP/IP program with your GNU Emacs you must add the following
  3. emacs-lisp lines into your s:.emacs file.
  4.  
  5. --8<-----8<-----8<-----8<-----8<------>8----->8----->8----->8----->8--
  6. ; $Id: add_to_.emacs,v 4.2 1994/10/05 18:09:18 too Exp $
  7. ; GNU Emacs networking support. 
  8.  
  9. ; Name of the program that initiates and holds the internet connection.
  10. (setq tcp-program-name "tcp_AmiTCP")
  11.  
  12. ; Make GNUEmacs elisp wrapper available for network connections
  13. (autoload 'open-network-stream "tcp "Tcp" t)
  14.